home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / ARCHIVE / EZINSTAL.ZIP;1 / INSTALL.DOC next >
Encoding:
Text File  |  1993-12-21  |  4.4 KB  |  130 lines

  1.  
  2.                       ===  EZ Install for DOS  ===
  3.  
  4.                            Service On Systems
  5.                             47 Carlyle Road
  6.                              Portland Maine
  7.                                  04103
  8.  
  9. Purpose:
  10.  
  11.     This installation software offers anyone an easy way to distribute a
  12.     quality installation with very little effort on the distributor's
  13.     part. The entire installation is controlled by the INSTALL.INI file
  14.     and requires only that the files being distributed are in a self
  15.     unarchived format such as would be found with PKWare's utility
  16.     ZIP2EXE.
  17.  
  18. Steps:
  19.  
  20.     1. Zip your files into a single ZIP file
  21.     2. Convert the Zip file using the ZIP2EXE utility by PKWare
  22.     3. Move the self unarchiving file to the distibution disk
  23.     4. Copy INSTALL.EXE, INSTALL.MSG, INSTALL.INI to the distributon
  24.        diskette
  25.     5. Edit the INSTALL.INI file and adjust the arguments for your
  26.        situation
  27.  
  28.  
  29. INSTALL.INI Settings:
  30.  
  31. [INSTALL]
  32. ARCHIVED=MYPKG                       List of the self unarchiving files
  33.                                    (Maximum of 10 separated by commas)
  34. HEADING=My Package Installation       Installation Title
  35. PATH=\MYPATH                       Default destination path
  36. REQUIRED=200000                    Required disk space in bytes
  37. VERSION=Version 1.6                Installation Version Note
  38. TcxlMou=Off                           Mouse control [On/Off] (Optional)
  39. TcxlAtrMapSet=0                    Color control [0=Color/1=Monochrome]
  40.  
  41.  
  42. Internal PKUNZIP Options Used:
  43.     -o  Overwrite previously existing files
  44.     -n  Extract only newer files
  45.     -d  Restore stored directory structure
  46.  
  47. PKZip Note:
  48.     If you want to create a single ZIP file that will install multiple
  49.     subdirectories, create your ZIP file from the root directory and use
  50.     the -rP option of PKZip. This will preserve the directory names
  51.     within the ZIP file. Set your PATH in the INI file to: PATH=\ which
  52.     will cause the subdirectories to be created below the root directory
  53.     of the destination drive.
  54.  
  55.     For more specific information about PKWare's compression utility,
  56.     register your version of PKZip. The manual is worth the price!
  57.  
  58. Multiple Zip Files:
  59.  
  60.     EZ Install can handle multiple Zip files in a list of ARCHIVED file
  61.     names. The concept here allows the distibutor to package
  62.     installation components. EZ Install will recognize the multiple
  63.     files and offer a "Component Install" option allowing the user to
  64.     select which components to install. Since the user will be presented
  65.     with a list of your Zip file names to choose from, it would be a
  66.     good idea to make the names meaningful within the 8 character
  67.     filename limit.
  68.  
  69. Mulitple Disks:
  70.  
  71.        EZ Install can handle self unarchiving files being placed on to a
  72.     maximum of 2 disks. The order of ARCHIVED files must be in disk
  73.     order. While processing each file, the installation looks on disk 1
  74.     for the file to be unarchived and if not found will prompt the user
  75.     to insert disk 2. If the file does not exist on disk 2 then the
  76.     user's only option is to escape the program.
  77.  
  78. Try It:
  79.  
  80.     I have included a sample install based on the above sample INI file.
  81.     This install simply installs this package onto the destination drive
  82.     in a test directory.
  83.  
  84.  
  85. Contacting the Author:
  86.  
  87.     America Online subscribers can contact me via 'TaddS'
  88.  
  89. By Mail:
  90.     Service On Systems
  91.     47 Carlyle Road
  92.     Portland Maine 04103-3427
  93.  
  94. Final Note:
  95.  
  96.     If you have enhancements, or ideas for improvements, please send
  97.     them to the author.
  98.  
  99.     If you are using EZ Install and find it of value, your gift in
  100.     any amount ($20 suggested) will be greatly appreciated.
  101.  
  102.  
  103. History:
  104. Version 1.6 - 12/31/93
  105.  
  106.     Added a menu selection after initial "Install Parameters" have been
  107.         entered
  108.     Added a "Custom Install" feature for multiple archived files
  109.     Added ability to handle launching the install program from any
  110.         directory
  111.     Cleaned up the online help
  112.  
  113. Version 1.5 - 12/11/93
  114.  
  115.     Added ability to handle launching the install program from any drive
  116.     Removed references of BATFILE, STARTUP from INI file and program
  117.  
  118. Version 1.4 - 12/03/93
  119.  
  120.     Added -d option to the installation
  121.     Added INI keyword (TcxlMou) to control the mouse
  122.     Added INI keyword (TcxlAtrMapSet) to control color
  123.     Added ability to process multiple zip files from one INI setting
  124.         Example: ARCHIVED=MYPKG1,MYPKG2,MYPKG3
  125.  
  126. Version 1.3    - 11/13/93
  127.  
  128.     Initial release
  129.  
  130.